Description
Wait until Bulk computation is done. This operation is meant to be used for tests. Its usage in production is not recommended.
Operation id | Bulk.WaitForAction |
Category | Services |
Label | Wait for Bulk computation |
Requires | |
Since | 10.2 |
Parameters
Signature
Inputs | void |
Outputs | boolean |
Implementation Information
JSON Definition
{
"id" : "Bulk.WaitForAction",
"label" : "Wait for Bulk computation",
"category" : "Services",
"requires" : null,
"description" : "Wait until Bulk computation is done. This operation is meant to be used for tests. Its usage in production is not recommended.",
"since" : "10.2",
"url" : "Bulk.WaitForAction",
"signature" : [ "void", "boolean" ],
"params" : [ {
"name" : "commandId",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "timeoutSecond",
"description" : null,
"type" : "long",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}